Skip to main content

Delete Vendor

AutomatR.Zoho.Activities.DeleteVendor

The "Delete Vendor" activity in AutomatR is part of the Zoho activities package, allowing the deletion of vendor information in Zoho CRM. This activity streamlines vendor management tasks, enhancing automation workflows.

Properties

NameDescription
Input
Vendor IDEnter the vendor ID to uniquely identify the vendor. This is a required field.
Misc
Display NameProvides a customizable name for the activity displayed in the workflow. The display name enhances clarity and organization within the automation project. String variables containing the desired display name.
Optional
DelayEnter the wait time in seconds (Example: 5 seconds, i.e., 5) to start the activity.

How to Use

  1. Drag and drop the "Delete Vendor" activity onto the workflow.
  2. Configure the properties by specifying the Zoho CRM vendor ID to be deleted.
  3. Optionally, configure the delay and customize the display name.
  4. Execute the workflow to delete the specified Zoho CRM vendor.

Example

Consider an example where the "Delete Vendor" activity is used to delete a Zoho CRM vendor with the vendor ID "123":

Delete Vendor:
Vendor ID: "123"
Delay: 0

In this example, the activity attempts to delete the Zoho CRM vendor with the specified vendor ID. The delay is set to 0, indicating that the activity should start immediately. The success or failure of the deletion operation is determined by any exceptions thrown during execution.